home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.09 Sep 94
/
Getting Started
/
CPops.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-19
|
211 b
|
17 lines
|
[
TEXT/R*ch
]
//CPops.cp
#include <iostream.h>
#include "CPops.h"
CPops::CPops()
{
grampsDataMember = 1000;
cout << "CPops' constructor was called!\n";
}
CPops::~CPops()
{
cout << "CPops' destructor was called!\n";
}